From: Chong Yidong Date: Wed, 13 Jun 2007 00:05:04 +0000 (+0000) Subject: (server-auth-dir): Use user-emacs-directory. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18448 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e1b6d5dac1f7bfd7a28094050ec7a207481a5f3b;p=emacs.git (server-auth-dir): Use user-emacs-directory. --- diff --git a/lisp/server.el b/lisp/server.el index 2cf2a2e3953..9f6755fc26b 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -105,7 +105,7 @@ If set, the server accepts remote connections; otherwise it is local." :version "22.1") (put 'server-host 'risky-local-variable t) -(defcustom server-auth-dir "~/.emacs.d/server/" +(defcustom server-auth-dir (concat user-emacs-directory "server/") "Directory for server authentication files." :group 'server :type 'directory